rendernode: Use ceilf() on the size of the cairo surface
authorBenjamin Otte <otte@redhat.com>
Tue, 1 Nov 2016 02:40:01 +0000 (03:40 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 1 Nov 2016 02:40:01 +0000 (03:40 +0100)
commitf4c4ab6ab152ebf4b963c7dc4be6af5718d3961b
tree3d0c1b1e33816dac1b9af9cb1031a00ab72b4a5d
parentee4ba18d5e4b7550fc9fb0cfe5f83b75f6124cb6
rendernode: Use ceilf() on the size of the cairo surface

Bounds sizes are floats, so round up to the next integer so we end up
with enough space to draw.
gsk/gskrendernode.c